projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
061184b
)
* alloc.c (local_vector_init): Remove useless INLINE.
author
Dmitry Antipov
<dmantipov@yandex.ru>
Wed, 17 Sep 2014 11:22:45 +0000
(15:22 +0400)
committer
Dmitry Antipov
<dmantipov@yandex.ru>
Wed, 17 Sep 2014 11:22:45 +0000
(15:22 +0400)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index aa5849fee4820f2ad079c4526097865f4d987d77..d28db1e58b8787d5ddf78bac5c171b84293bef9c 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-3325,7
+3325,7
@@
See also the function `vector'. */)
/* Initialize V with LENGTH objects each with value INIT,
and return it tagged as a Lisp Object. */
-
INLINE
Lisp_Object
+Lisp_Object
local_vector_init (struct Lisp_Vector *v, ptrdiff_t length, Lisp_Object init)
{
v->header.size = length;